home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <html><head><title>Array Function [Runtime]</title><meta name="filename" content="text/sbasic/common/03104200"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
-
- p.P1{
- }
- p.P2{
- }
- span.T1{
- font-weight:bold;}
- </style></head><body>
-
-
- <help:to-be-embedded Eid="array" xmlns:help="http://openoffice.org/2000/help">
- <p class="Head1"><help:link Id="68582">Array Function [Runtime]</help:link></p>
- <p class="Paragraph">Returns the type Variant with a data field.</p>
- </help:to-be-embedded>
- <p class="Paragraph"><span class="T1">Syntax</span>:</p>
- <p class="Paragraph">Array ( Argument list) <help:key-word value="Array" tag="kw68582_1" xmlns:help="http://openoffice.org/2000/help"/></p>
- <p class="Paragraph">See also <help:link Id="68583" xmlns:help="http://openoffice.org/2000/help">DimArray</help:link></p>
- <p class="Paragraph"><span class="T1">Parameter</span>:</p>
- <p class="Paragraph">Argument list: a list of any number of arguments, comma separated.</p>
- <p class="P2">Example:</p>
- <p class="PropText">Dim A As Variant</p>
- <p class="PropText">A = Array("Fred","Tom","Bill")</p>
- <p class="PropText">Msgbox A(2)</p>
- </body></html>